home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / wildcat / nodeup12.zip / NODESCAN.BAT next >
DOS Batch File  |  1992-03-15  |  487b  |  17 lines

  1. Nodeup %wcnodeid% /m          Rem  You can replace the actual %wcnodeid% with
  2. @Echo Off                     Rem  Node Number if you wish.
  3.                               Rem  Use the /M or /m Option to scan only when
  4.                               Rem  Messages have been entered.
  5.  
  6.  
  7. If errorlevel 1 goto Scan     Rem  If the message pointer changes do Scan
  8. If errorlevel 0 goto End;     Rem  Exit if no messages where entered
  9.  
  10. :Scan
  11. g:
  12. cd\fd\wildmail
  13. wm scan
  14. goto end
  15.  
  16. :End
  17.